projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3802302
)
(unlock_file): Encode the file name.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 11 May 1998 15:52:28 +0000
(15:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 11 May 1998 15:52:28 +0000
(15:52 +0000)
src/filelock.c
patch
|
blob
|
history
diff --git
a/src/filelock.c
b/src/filelock.c
index 81edb567ad9e7d6a33b06c127d641bc705c86e28..819516d04bd4fc206696af9a26ce0160b5114787 100644
(file)
--- a/
src/filelock.c
+++ b/
src/filelock.c
@@
-429,6
+429,7
@@
unlock_file (fn)
register char *lfname;
fn = Fexpand_file_name (fn, Qnil);
+ fn = ENCODE_FILE (fn);
MAKE_LOCK_NAME (lfname, fn);